home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TMESSAGEFORM / TMESSAGEFORM.txt
Text File  |  1999-03-22  |  1KB  |  60 lines

  1. object MessageForm: TMessageForm
  2.   Left = 487
  3.   Top = 216
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Net2Phone Message'
  7.   ClientHeight = 196
  8.   ClientWidth = 363
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Icon: TImage
  21.     Left = 2
  22.     Top = 18
  23.     Width = 53
  24.     Height = 60
  25.     AutoSize = True
  26.   end
  27.   object MessageText: TLabel
  28.     Left = 64
  29.     Top = 16
  30.     Width = 64
  31.     Height = 13
  32.     Caption = 'MessageText'
  33.     WordWrap = True
  34.   end
  35.   object URL: TLabel
  36.     Left = 24
  37.     Top = 120
  38.     Width = 22
  39.     Height = 13
  40.     Caption = 'URL'
  41.     Visible = False
  42.   end
  43.   object BOK: TButton
  44.     Left = 125
  45.     Top = 148
  46.     Width = 75
  47.     Height = 23
  48.     Caption = 'OK'
  49.     Default = True
  50.     TabOrder = 0
  51.     OnClick = BOKClick
  52.   end
  53.   object Timer1: TTimer
  54.     Enabled = False
  55.     OnTimer = Timer1Timer
  56.     Left = 32
  57.     Top = 152
  58.   end
  59. end
  60.